home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / C Headers / gcc 1.3.7 BSD #includes / machine / machine⁄proc.h < prev    next >
Encoding:
Text File  |  1993-06-15  |  142 b   |  10 lines  |  [TEXT/KAHL]

  1. /* dummy file */
  2.  
  3. #ifndef _MACHINE_PROC_H_
  4. #define _MACHINE_PROC_H_
  5.  
  6. struct mdproc { int nothing; };
  7. struct vmspace { int nothing; };
  8.  
  9. #endif
  10.